MeasureVerticalAlignment Enumeration

Represents the vertical alignment of a measure text relative to its measure line.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
C#
public enum MeasureVerticalAlignment

Members

Automatic0 Vertical alignment of a measure text relative to its measure line is chosen by the consumer.
Above1 Vertical alignment of a measure text should be above relative to its measure line.
Below2 Vertical alignment of a measure text should be below relative to its measure line.
Center3 Vertical alignment of a measure text should be centered relative to its measure line.
None4 None.

See Also